home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 15447 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1020 b   |  24 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!smryan
  3. From: smryan@netcom.com (@#$%!?!)
  4. Subject: Re: malloc.h
  5. Message-ID: <smryanDq1ML7.3Ix@netcom.com>
  6. Organization: The Programmer formerly known as S M Ryan
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <hartigan-1704961430130001@news.sonic.net>
  9. Date: Thu, 18 Apr 1996 05:43:55 GMT
  10. Sender: smryan@netcom12.netcom.com
  11.  
  12. : i have some source that i found and it includes a header file named
  13. : <malloc.h>...i have 4 books on C, and not one of them mention this
  14. : header...can someone tell me what is in this prototype???
  15.  
  16. malloc, calloc, realloc, etc, and free, mostly. Unless the source
  17. is doing funny stuff with malloc, its <malloc.h> can be replaced 
  18. by <stdlib.h>.
  19. -- 
  20. The Queen who loves, the Queen of life,    | smryan@netcom.com  PO Box 1563
  21. the Queen who straits, the Queen of strife;|          Cupertino, California
  22. with gasp of death or gift of breath       | (xxx)xxx-xxxx            95015
  23. she brings the choice of birth or knife.   |         I don't use no smileys
  24.